func math.pow

2 uses

	math (current package)
		pow.go#L42: 	return pow(x, y)
		pow.go#L45: func pow(x, y float64) float64 {